Wrap bibliography in \sloppy to prevent overfull hboxes
This commit is contained in:
@@ -7,13 +7,6 @@
|
|||||||
\chapter{Related Work}\label{ch:relatedwork}
|
\chapter{Related Work}\label{ch:relatedwork}
|
||||||
|
|
||||||
Related work is for similar work (e.g., Wasm with software-based mitigation).
|
Related work is for similar work (e.g., Wasm with software-based mitigation).
|
||||||
|
|
||||||
\section{FAIL* Paper/Dissertation}
|
|
||||||
|
|
||||||
\section{Other Fault-Injection Papers?}
|
|
||||||
|
|
||||||
\section{Wasm Hardening Papers}
|
|
||||||
|
|
||||||
In a wider sense also hardening papers for e.g., Python could be considered.
|
In a wider sense also hardening papers for e.g., Python could be considered.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,5 +14,9 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\Gls{fail}~\autocite{schirmeierFAILOpenVersatile2015} is an emulation-based vulnerability analysis tool.
|
\Gls{fail}~\autocite{schirmeierFAILOpenVersatile2015} is an emulation-based vulnerability analysis tool.
|
||||||
|
It provides a toolset to perform \gls{fi} experiments to analyze the vulnerability of software to transient hardware faults.
|
||||||
|
In contrast to other \gls{fi} tools, \Gls{fail} enables deep simulator state access while simultaneously supporting multiple simulator backends, like BOCHS~\autocite{bochs} or gem5\footnote{\url[2026-07-02]{https://www.gem5.org/}}. % TODO: Give examples for other FI frameworks
|
||||||
|
|
||||||
|
% FAIL components/structure/architecture
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
@@ -206,8 +206,11 @@
|
|||||||
\let\cite\undefined%
|
\let\cite\undefined%
|
||||||
\let\cite\oldcite%
|
\let\cite\oldcite%
|
||||||
|
|
||||||
|
% Allow wider inter-word-spacing to prevent overfull hboxes in the bibliography
|
||||||
|
\sloppy%
|
||||||
\printbibliography[heading=bibintoc]
|
\printbibliography[heading=bibintoc]
|
||||||
% \printbibliography%
|
% \printbibliography%
|
||||||
|
\endsloppy%
|
||||||
\cleardoublepage%
|
\cleardoublepage%
|
||||||
|
|
||||||
% Only compile lists/declaration with the main document
|
% Only compile lists/declaration with the main document
|
||||||
|
|||||||
+4
-4
@@ -4,7 +4,7 @@
|
|||||||
\birthday{1st of January 2000}
|
\birthday{1st of January 2000}
|
||||||
\birthplace{Ratingen}
|
\birthplace{Ratingen}
|
||||||
\thesisstart{1st of July 2026}
|
\thesisstart{1st of July 2026}
|
||||||
\thesisend{December 31st, 2026}
|
\thesisend{December 31st, 1900}
|
||||||
\advisors{Prof.\ Dr.-ing.~Peter Ulbrich\\Dr.~Maximilian Seidler}
|
\advisors{Prof.\ Dr.-ing.~Peter Ulbrich\\Dr.~Maximilian Seidler}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
Department of Computer Science\\
|
Department of Computer Science\\
|
||||||
Computer Science XII\\
|
Computer Science XII\\
|
||||||
System Software Group\\
|
System Software Group\\
|
||||||
TU Dortmund University\\
|
Technical University of Dortmund\\
|
||||||
|
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
|
|
||||||
@@ -58,8 +58,8 @@
|
|||||||
% People
|
% People
|
||||||
\begin{tabular}{r l}
|
\begin{tabular}{r l}
|
||||||
Primary Reviewer: & Prof.\ Dr.-ing.~Peter Ulbrich \\
|
Primary Reviewer: & Prof.\ Dr.-ing.~Peter Ulbrich \\
|
||||||
Secondary Reviewer: & Someone? \\
|
Secondary Reviewer: & Someone \\
|
||||||
Supervisor: & Someone? \\
|
Supervisor: & Someone \\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user