Function
FwupdPluginmemwrite_uint8_safe
Declaration [src]
gboolean
fu_memwrite_uint8_safe (
guint8* buf,
gsize bufsz,
gsize offset,
guint8 value,
GError** error
)
Description [src]
Write a value to a buffer in a safe way.
You don’t need to use this function in “obviously correct” cases, nor should you use it when performance is a concern. Only us it when you’re not sure if malicious data from a device or firmware could cause memory corruption.
Available since: | 1.8.2 |