summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-07-13 13:46:34 +0200
committerDavid Runge <dave@sleepmap.de>2017-07-13 13:46:34 +0200
commit66b5561765096076eb8537edd3fc48a9b4137cb6 (patch)
treeb3ff5897ba6141d93f52659bd8f0c76b8a3bd912
parent48053d6b42ff79acbf9f0a80a568ee92a5a4495b (diff)
downloadmaster-thesis-66b5561765096076eb8537edd3fc48a9b4137cb6.tar.gz
master-thesis-66b5561765096076eb8537edd3fc48a9b4137cb6.tar.bz2
master-thesis-66b5561765096076eb8537edd3fc48a9b4137cb6.tar.xz
master-thesis-66b5561765096076eb8537edd3fc48a9b4137cb6.zip
thesis/thesis.tex: Removing pdfcomment about non-negative integer checked (all source message callbacks are now overflow safe).
-rw-r--r--thesis/thesis.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex
index 28b15da..2b8d6b9 100644
--- a/thesis/thesis.tex
+++ b/thesis/thesis.tex
@@ -1837,9 +1837,7 @@ ssr-aap -N “server” -C “127.0.0.1:50002”
internally to cast the value of the message data type (\textit{unsigned
int}) to the one expected by the \gls{ssr}'s Controller implementation
(\textit{signed int}) and the outcome of said operation is
- implementation dependant (depending on the \gls{os} in
- use)\pdfcomment[color=red,icon=Note]{Fix this for all unsigned
- integers!}.\\
+ implementation dependant (depending on the \gls{os} in use).\\
The second example, if not checked for empty string, would lead to the
\gls{osc} interface trying to create a possibly defective address and
send poll messages out to it.\\