summaryrefslogtreecommitdiff
path: root/src/gscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gscope.c')
-rw-r--r--src/gscope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gscope.c b/src/gscope.c
new file mode 100644
index 0000000..59f58bd
--- /dev/null
+++ b/src/gscope.c
@@ -0,0 +1 @@
+/* Place holder file --- replace with actual gscope if you integrate it! */
3ecb05f (diff)
lib/mpi: fix off by one in mpi_read_raw_from_sgl
The patch fixes the analysis of the input data which contains an off by one. The issue is visible when the SGL contains one byte per SG entry. The code for checking for zero bytes does not operate on the data byte. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/mpi/mpicoder.c')