Changeset ebcdf4d for tester.c

Timestamp:
Dec 2, 2013, 3:56:28 AM (10 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
8a213ca, ba9a1be, 4a212dd
Parents:
21dc927
git-author:
Anders Kaseorg <andersk@mit.edu> (11/10/13 22:50:58)
git-committer:
Anders Kaseorg <andersk@mit.edu> (12/02/13 03:56:28)
Message:
owl_zephyr_smartstripped_user: Simplify, fixing overlapping strcat

Previously, the strcat(out, realm+1) call might read from the same
place it’s writing to, which is invalid and could break if strcat is
optimized in certain ways.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(No files)

Note: See TracChangeset for help on using the changeset viewer.