diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 16:54:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 16:54:57 -0500 |
commit | 81d69f4c2d8a4517d1600c617924dec84228c889 (patch) | |
tree | 15a6f4d0b3dae886f3927dc2045357161760a320 /changes/bug2337 | |
parent | e365aee97110c6c6df6f56ca9814d88c3808a2d1 (diff) | |
download | tor-81d69f4c2d8a4517d1600c617924dec84228c889.tar.gz tor-81d69f4c2d8a4517d1600c617924dec84228c889.zip |
Detect signed size_t and report an error at configure time.
Diffstat (limited to 'changes/bug2337')
-rw-r--r-- | changes/bug2337 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug2337 b/changes/bug2337 new file mode 100644 index 0000000000..a4f052dc31 --- /dev/null +++ b/changes/bug2337 @@ -0,0 +1,3 @@ + o Minor bugfixes + - Detect broken platforms with a signed size_t, and refuse to + build there. Found and analyzed by doorss and rransom. |