summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mk/symtab.c
AgeCommit message (Collapse)Author
2016-06-02mk: remove buggy and useless symtab functions (thanks qrstuv)cinap_lenrek
neither symdel nor symstat were used anywhere. syminit was used but had no effect. both syminit and symdel dereference pointers after freeing them. symstat can be tricked into writing beyond the bounds of its array
2016-06-01mk: remove buggy and unneeded syminit() function (thanks qurstuv)cinap_lenrek
syminit() attemts to reset the symbol table by freeing all the hash table entries, tho the code is buggy having a obviously use after free bug. as syminit() is only called once in main when it does not contain any symbols, the bug never occured. removing the unneccesary code alltogether.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen