Skip to content
Snippets Groups Projects
Commit 0bab1f50 authored by Jonathan Schöbel's avatar Jonathan Schöbel
Browse files

NodeFragment: added unsafe getter for tag

The library provides a way to directly access the tag in a read-only
way, which saves an call to strdup. This is useful if only reading is
necessary , but needs special care by developers, as it is neither
allowed to modify it nor to free it. Disregarding this will lead to a
segfault in the best, and to silent data corruption and security bugs in
the worst case.
parent 85710343
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment