search for: desctruction

Displaying 7 results from an estimated 7 matches for "desctruction".

2009 Dec 19
0
[LLVMdev] [PATCH] Circular Buffered Debug Stream
On Dec 18, 2009, at 3:46 PM, David Greene wrote: > > + /// circular_raw_ostream - A raw_ostream that saves its output in a > + /// circular buffer. A better description would be "which *can* save its data to a circular buffer, or can pass it through directly to an underlying stream if specified with a buffer of zero." When it is buffering, what causes it to flush? Your
2009 Dec 19
2
[LLVMdev] [PATCH] Circular Buffered Debug Stream
...his, would it be > better to do it on destruction? How about using something like > flush_to_underlying_stream() or something like that? Currently, it uses a signal handler. It's important that one gets output on a SIGTERM, SIGSGEV and other such things and I don't know that object desctruction is guaranteed in those cases. Eventually we'll want to dump on SIGUSER1 as well but there's no generic libSystem hook for that yet. > > + /// DELETE_STREAM - Tell the destructor to delete the held > > stream. > > + /// > > + static const bool DELETE_STREA...
2009 Dec 18
2
[LLVMdev] [PATCH] Circular Buffered Debug Stream
On Friday 18 December 2009 17:27, David Greene wrote: > > Here's the updated patch. > > Well, that didn't go through right. Here it is again. Argh! Stupid bug fixed. :) Index: include/llvm/Support/circular_raw_ostream.h =================================================================== --- include/llvm/Support/circular_raw_ostream.h (revision 0) +++
2008 Aug 24
2
Bug#496367: The possibility of attack with the help of symlinks in some Debian packages
...r's files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlink with the same name in this directory in order to destroy or rewrite some system or user file. Symlink attack may also lead not only to the data desctruction but to denial of service as well. Even if you create files or directories with help of function 'RANDOM' or pid(), then your system is not protected. Attacker can create many symlinks in order to destroy your data or create 'denial of service' for your package scripts. Even if y...
2016 Jul 22
0
Wine release 1.9.15
...r32: Simplify a RECT copy. dmsynth: The DMSynth{,Sink} COM objects don't support aggregation. dmsynth/tests: Move the dll availability check to a separate function. dmsynth/tests: Add COM tests for DMSynth and DMSynthSink. dmsynth: Lock/unlock the module only on creation/desctruction. msctf: Don't crash on NULL input in EnumLanguageProfiles(). msctf: Avoid a cast from IEnumTfLanguageProfiles to the COM object. hlink/tests: Use wine_dbgstr_guid() to print a REFIID. shlwapi/tests: Use wine_dbgstr_guid() to trace REFIIDs. comctl32: Avoid using the...
2016 Jun 24
0
Wine release 1.9.13
...WINED3D_CS_OP_DRAW. wined3d: Resolve "load_base_vertex_index" in wined3d_cs_exec_draw(). wined3d: Send shader resource view destruction through the command stream. wined3d: Send rendertarget view destruction through the command stream. wined3d: Send sampler object desctruction through the command stream. wined3d: Send shader destruction through the command stream. wined3d: Send vertex declaration destruction through the command stream. wined3d: Send query destruction through the command stream. wined3d: Send palette destruction through the command...
2008 Jul 11
0
Wine release 1.1.1
...: GdipGetPathGradientWrapMode implementation. gdiplus: Implemented GdipCreateTextureIAI using float args version. gdiplus: Implemented GdipDrawBeziers. gdiplus: Implementation of GdipPathIterEnumerate. gdiplus: Added file for PathIterator testing. gdiplus: Construction/desctruction tests for PathIterator. gdiplus: Implemented GdipPathIterHasCurve with tests. gdiplus: Remove unnecessary cast from GdipAddPathRectangle. gdiplus: GdipPathIterNextMarker implementation with tests. gdiplus: Implementation of GdipPathIterGetSubpathCount with tests. gdipl...