Files
safe_numerics/doc/html/references.html

125 lines
7.6 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>References</title>
<link rel="stylesheet" href="boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Safe Numerics">
<link rel="up" href="index.html" title="Safe Numerics">
<link rel="prev" href="acknowledgements.html" title="Acknowledgements">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img href="index.html" height="164px" src="pre-boost.jpg" alt="Library Documentation Index"></td>
<td><h2>Safe Numerics</h2></td>
</tr></table>
<div class="spirit-nav">
<a accesskey="p" href="acknowledgements.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="safe_numerics.references"></a>References</h2></div></div></div>
<div class="bibliography">
<div class="titlepage"><div><div><h3 class="title">
<a name="idm418606526640"></a>Bibliography</h3></div></div></div>
<div class="biblioentry">
<a name="idm418606526384"></a><p><span class="author"><span class="surname">Omer Katz</span>. </span><span class="title"><i>
<a href="http://www.cert.org/secure-coding/publications/books/secure-coding-c-c-second-edition.cfm?" target="_top">
<a href="http://boost.2283326.n4.nabble.com/SafeInt-code-proposal-td2663669.html" target="_top">SafeInt
code proposal</a>
</a>
</i>. </span><span class="publishername">
<a href="https://groups.google.com/a/isocpp.org/forum/?fromgroups#!forum/std-proposals" target="_top">Boost
Developer's List</a>
. </span>Katz</p>
</div>
<div class="biblioentry">
<a name="idm418606521040"></a><p><span class="author"><span class="surname">Robert C. Seacord</span>. </span><span class="title"><i>
<a href="https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow?showComments=false" target="_top">INT32-C.
Ensure that operations on signed integers do not result in
overflow</a>
</i>. </span><span class="publishername">
<a href="https://www.cert.org" target="_top">Software Engineering Institute,
Carnegie Mellon University</a>
. </span><span class="date">August 17, 2014. </span>INT32-C</p>
</div>
<div class="biblioentry">
<a name="idm418606516784"></a><p><span class="author"><span class="surname">Daniel Plakosh</span>. </span><span class="title"><i>
<a href="https://buildsecurityin.us-cert.gov/bsi/articles/knowledge/coding/312-BSI.html" target="_top">Safe
Integer Operations</a>
</i>. </span><span class="publishername">
<a href="https://buildsecurityin.us-cert.gov" target="_top">U.S. Department of
Homeland Security</a>
. </span><span class="date">May 10, 2013. </span>Plakosh</p>
</div>
<div class="biblioentry">
<a name="idm418606512656"></a><p><span class="author"><span class="surname">David LeBlanc</span>. </span><span class="title"><i>
<a href="https://msdn.microsoft.com/en-us/library/ms972705.aspx" target="_top">Integer
Handling with the C++ SafeInt Class</a>
</i>. </span><span class="publishername">
<a href="https://www.cert.org" target="_top">Microsoft Developer
Network</a>
. </span><span class="date">January 7, 2004. </span>LeBlanc</p>
</div>
<div class="biblioentry">
<a name="idm418606508576"></a><p><span class="author"><span class="surname">David LeBlanc</span>. </span><span class="title"><i>
<a href="http://safeint.codeplex.com" target="_top">Codeplex SafeInt
Page</a>
</i>. </span><span class="publishername">
<a href="http://www.codeplex.com" target="_top">CodePlexProject Hosting for
Open Source Software</a>
. </span><span class="date">December 3, 2014. </span>LeBlanc</p>
</div>
<div class="biblioentry">
<a name="idm418606504608"></a><p><span class="author"><span class="surname">Forum Posts</span>. </span><span class="title"><i>
<a href="http://www.cert.org/secure-coding/publications/books/secure-coding-c-c-second-edition.cfm?" target="_top">
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3352.html" target="_top">C++
Binary Fixed-Point Arithmetic</a>
</a>
</i>. </span><span class="publishername">
<a href="https://groups.google.com/a/isocpp.org/forum/?fromgroups#!forum/std-proposals" target="_top">ISO
C++ Standard Future Proposals</a>
. </span>Forum</p>
</div>
<div class="biblioentry">
<a name="idm418606499248"></a><p><span class="author"><span class="surname">Lawerence Crowl</span>. </span><span class="title"><i>
<a href="http://www.cert.org/secure-coding/publications/books/secure-coding-c-c-second-edition.cfm?" target="_top">
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3352.html" target="_top">C++
Binary Fixed-Point Arithmetic</a>
</a>
</i>. </span><span class="publishername">
<a href="http://www.open-std.org/jtc1/sc22/wg21/" target="_top">JTC1/SC22/WG21
- The C++ Standards Committee - ISOCPP</a>
. </span><span class="date">January 15, 2012. </span>Crowl</p>
</div>
<div class="biblioentry">
<a name="idm418606494400"></a><p><span class="author"><span class="surname">Robert C. Seacord</span>. </span><span class="title"><i>
<a href="http://www.cert.org/secure-coding/publications/books/secure-coding-c-c-second-edition.cfm?" target="_top">Secure
Coding in C and C++</a>
</i>. </span><span class="edition">2nd Edition. </span><span class="publishername">Addison-Wesley Professional. </span><span class="date">April 12, 2013. </span><span class="isbn">978-0321822130. </span>Seacord</p>
</div>
<div class="biblioentry">
<a name="idm418606490192"></a><p><span class="author"><span class="surname">Will Dietz</span>. </span><span class="author"><span class="surname">Peng Li</span>. </span><span class="author"><span class="surname">John Regehr</span>. </span><span class="author"><span class="surname">Vikram Adve</span>. </span><span class="title"><i>
<a href="http://www.cs.utah.edu/~regehr/papers/overflow12.pdf" target="_top">Understanding
Integer Overflow in C/C++</a>
</i>. </span><span class="publishername">
<a href="http://dl.acm.org/citation.cfm?id=2337223&amp;picked=prox" target="_top">Proceedings
of the 34th International Conference on Software Engineering (ICSE),
Zurich, Switzerland</a>
. </span><span class="date">June 2012. </span></p>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2012 Robert Ramey<p><a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt"&gt;Subject
to Boost Software License</a></p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="acknowledgements.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a>
</div>
</body>
</html>