diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-12-30 20:09:26 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-12-30 20:09:26 +0000 |
commit | 5901dfe396ac3bc4c32af5d316b92f7c99ac45c0 (patch) | |
tree | 0ca40ec9cf48d5e1348b8117d80093bcb217e064 /release | |
parent | 70057689c95dcf6e9b837b98c5f0d88c39bc591d (diff) | |
download | FreeBSD-src-5901dfe396ac3bc4c32af5d316b92f7c99ac45c0.zip FreeBSD-src-5901dfe396ac3bc4c32af5d316b92f7c99ac45c0.tar.gz |
Change the modification of what could be a const string. Apparently the
construct:
char *foo;
...
foo = "XXX";
...
foo[1] = 'Y';
is wrong. IT blew up on NetBSD-sparc64 because that platform write-protects
constant strings.
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions