[openSUSE/wicked] fede59: json: avoid a getc pointer in json reader struct

Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: fede596688905a29ce5483f41bd3547716a56300 https://github.com/openSUSE/wicked/commit/fede596688905a29ce5483f41bd3547716... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-05-24 (Wed, 24 May 2023) Changed paths: M src/json.c Log Message: ----------- json: avoid a getc pointer in json reader struct Replace json reader jr->get,getc,ungetc function pointer with jr->get_data,get_char,unget_char as getc() is a macro in the C standard libraries, which is expanded by the C preprocessor to e.g. _IO_getc. Commit: bf34264746b1121aa5ffed862947a1f066dd500a https://github.com/openSUSE/wicked/commit/bf34264746b1121aa5ffed862947a1f066... Author: Jorik Cronenberg <54934253+jcronenberg@users.noreply.github.com> Date: 2023-05-24 (Wed, 24 May 2023) Changed paths: M src/json.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/972 json: avoid a getc pointer in json reader struct Compare: https://github.com/openSUSE/wicked/compare/607cd16d7806...bf34264746b1
participants (1)
-
Jorik Cronenberg