From 1a25375d5fa475cf44c0db5b950036e1dc769d55 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 18 Oct 2022 15:34:48 +0200 Subject: [PATCH] Ariane 5 crash link --- Doc/DbDevel/dbDevel.xml | 12 ++++++------ .../LanguageFundamentals/languageFundamentals.xml | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Doc/DbDevel/dbDevel.xml b/Doc/DbDevel/dbDevel.xml index 35dc772fb..00d40b2ea 100644 --- a/Doc/DbDevel/dbDevel.xml +++ b/Doc/DbDevel/dbDevel.xml @@ -4244,7 +4244,7 @@ INSERT INTO Person VALUES ('Pete', 'p@rr.com') </figure> <figure xml:id="sda1_jdbc_fig_interpretSqlSecurity"> - <title>Restating the SQL injection problem </title> + <title>Restating the SQL injection problem</title> <para>The database server's interpreter may interpret an attacker's malicious code among with intended <xref @@ -4304,8 +4304,8 @@ INSERT INTO Person VALUES ('Pete', 'p@rr.com') </listitem> <listitem> - <para>Set values of all placeholder values: Values <xref - linkend="glo_SQL"/> are not being parsed.</para> + <para>Set values of all placeholder values: <xref + linkend="glo_SQL"/> values are not being parsed.</para> </listitem> <listitem> @@ -4313,9 +4313,9 @@ INSERT INTO Person VALUES ('Pete', 'p@rr.com') </listitem> </orderedlist> - <para>Steps 2. and 3. may be repeated without requiring re-parsing - <xref linkend="glo_SQL"/> statements thus saving database server - resources.</para> + <para>Steps 2. and 3. may be repeated without re-parsing the + underlying <xref linkend="glo_SQL"/> statement thereby saving + database server resources.</para> </figure> <para>Our introductory toy application <xref diff --git a/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml b/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml index ec3bb37de..89e528411 100644 --- a/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml +++ b/Doc/Sd1/LanguageFundamentals/languageFundamentals.xml @@ -1713,6 +1713,10 @@ void main(void) { <para>The number was larger than 32,767, the largest integer possible in a 16 bit signed integer, <emphasis role="red">and thus the conversion failed</emphasis>.</para> + + <para>Related <link + xlink:href="https://www.youtube.com/watch?v=5tJPXYA0Nec">video + explanation</link></para> </figure> <qandaset defaultlabel="qanda" xml:id="sd1_qanda_doubleFloatCastRequired"> -- GitLab