Skip to content

Commit e8d26a8

Browse files
authored
Fixed two buffer overflows of PR#44; thanks to @oleludwig
1 parent d2afec3 commit e8d26a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ADDED FEATURES:
2727
FIXES:
2828
- Fixed some memory leaks during postings that would occur on rather
2929
rare errors.
30+
- Fixed two buffer overflows of PR#44; thanks to @oleludwig
3031
- Once xhdr requested "date", all following responses were interpreted
3132
as "date" format, too. Solved this by resettting inf->speccmd = 0;
3233
- Make sure that Sqlite3 statements with quotes are double-escaped to
@@ -41,7 +42,8 @@ FIXES:
4142
is no longer truncated and the hash is correctly converted to the
4243
hexadecimal representation. User databases need to be re-generated
4344
using wendzelnntpadm, see `upgrade' instructions in the documentation.
44-
- Fix the SQL script mysql_db_struct.sql
45+
Thanks to @oleludwig for sending the patch.
46+
- Fix the SQL script mysql_db_struct.sql (thanks to @oleludwig)
4547
- Increase the size of the password column in the users table to 64 to
4648
be big enough for the password hashes
4749
- Use unique names for the foreign key constraints to avoid the error

0 commit comments

Comments
 (0)