mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 11:22:52 -04:00
- several functions that can no longer fail have been changed to type void, and unnecessary 'cleanup' sections were removed - renamed cfg_create_obj() to cfg_obj_create(), and cfg_create_tuple() to cfg_tuple_create(), to match typical nomenclature. - fixed a memory leak bug, in which an element could be removed from a list in delete_zoneconf() without being freed. this has been addressed by adding a cfg_list_unlink() function. list elements are now allocated based on the list they will be stored in, using the same mctx. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||