mirror of
git://git.psyced.org/git/psyclpc
synced 2024-08-15 03:20:16 +00:00
erq fortify info
This commit is contained in:
parent
24fd0dcf02
commit
41ef1a8537
2 changed files with 12 additions and 0 deletions
8
FAQ
8
FAQ
|
@ -20,3 +20,11 @@ Why our own derivate of the LDMud?
|
|||
It should still be possible to run psyced with an off-the-mill ldmud and
|
||||
counterwise run a MUD installation with a psyclpc.
|
||||
===============================================================================
|
||||
|
||||
Why is ERQ crashing?
|
||||
|
||||
- erq doesn't conform to fortify code safety standards. this is ugly and
|
||||
should be fixed but it is okay to just turn off fortify because erq is
|
||||
fed exclusively with sanitized data from psyced, so buffer overruns are
|
||||
possible but only theoretical.
|
||||
|
||||
|
|
4
TODO
4
TODO
|
@ -3,6 +3,10 @@ FROM LDMUD
|
|||
that we are active in. syncing with ldmud is a good idea.
|
||||
|
||||
BUGS
|
||||
- erq doesn't conform to fortify code safety standards. this is ugly and
|
||||
should be fixed but it is okay to just turn off fortify because erq is
|
||||
fed exclusively with sanitized data from psyced, so buffer overruns are
|
||||
possible but only theoretical.
|
||||
- configure should warn more vehemently when libidn is missing
|
||||
- libpsyc isnt recognized even if properly installed
|
||||
- x86_64 seems to require -ldl explicitly at the end of libs
|
||||
|
|
Loading…
Reference in a new issue