summaryrefslogtreecommitdiff
path: root/compiler.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-02-28 10:19:38 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-02-28 10:19:38 +0100
commit29deb4c762b2ba9dc7eb370b5a04611dad0d8525 (patch)
tree9d02eaad5d08ebfa2e54c1942c2f0655576bb989 /compiler.h
parentb7a77aa21b1fefea16993cd9b732f39a45cd6b80 (diff)
llmnr-query: Fix missing NULL byte
If the domain name in the response is <len> <octets> <00>, the code copies 'len' octets to name[], but does not add a terminating NULL character. The same may happen in the "compression" case. Fix this by adding a NULL byte in both cases. Patch constributed by @tbetker. Fixes #22 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'compiler.h')
0 files changed, 0 insertions, 0 deletions
d3c231fe377fc852f042e9'>diff)
remoteproc: core: Task sync during rproc_fw_boot()
By default, rproc_fw_boot() needs to wait for rproc to be configured, but a race may occur when using rpmsg/virtio. In this case, it can be called locally in a safe manor. This patch represents two usecases: - External call (via exported rproc_boot()), which waits - Internal call can use 'nowait' version of rproc_boot() Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/acpi/DSD-properties-rules.txt')