pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
1996-05-15
1996-05-15 22:59:27 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
6b92163835463553ed9740dfd7798a667978c07b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
branches/E-12
removed a warning
Rev: src/error.c:1.5
Rev: src/gc.c:1.4
91:
abort(); }
-
if(strlen(buf) >= sizeof(buf))
+
if(
(long)
strlen(buf) >=
(long)
sizeof(buf))
fatal("Buffer overflow in error()\n"); push_string(make_shared_string(buf));